TRREST_CNFILE
Trigger REST and Connector FILE samples
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | readCsv | Read a CSV file, move it to a different folder, rename it and return its data as is. |
GET
|
2. | readXml | Read a XML file, move it to a different folder and return its data as is. |
GET
|
3. | readJson | Read a JSON file and return its data as is. |
GET
|
4. | readTxt | Read a TEXT file and return its data as is. |
GET
|
5. | removeFile | Remove a file. |
DELETE
|
6. | writeCsv | Create a CSV file and write payload content in it. |
POST
|
7. | appendToExistingCsv | Append payload content to already created CSV file. |
PUT
|
8. | writeXml | Create a XML file and write payload content in it. |
POST
|
9. | writeJson | Create a JSON file and write payload content in it. |
POST
|
10. | appendToExistingJson | Append payload content to already created JSON file. |
PUT
|
11. | writeTxt | Create a TEXT file and write payload content in it. |
POST
|